home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000104_news@columbia.edu _Mon May 7 15:37:51 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from kachifo.cc.columbia.edu (kachifo.cc.columbia.edu [128.59.59.172])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id PAA15494
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Mon, 7 May 2001 15:37:51 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by kachifo.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id PAA02825
  7.     for <kermit.misc@smtp.cc.columbia.edu>; Mon, 7 May 2001 15:37:46 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id PAA27150
  10.     for kermit.misc@watsun.cc.columbia.edu; Mon, 7 May 2001 15:31:42 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Need help with Mac OS X 10.0.2
  14. Date: 7 May 2001 15:31:45 -0400
  15. Organization: Columbia University
  16. Message-ID: <9d6t71$lp0$1@watsol.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <9d6n4u$1eo$1@jake.esu.edu>,
  20. David H. Hutchens <hutchens@cs.millersville.edu> wrote:
  21. : I was using C-Kermit 7.0.197 compiled with curses for MacOSX on my
  22. : Mac G3 using the Apple supplied internal modem while running Mac OS
  23. : X public beta. I'm not sure of the *actual* type of the modem.
  24. And it was working OK?
  25.  
  26. : Now that I have upgraded to Mac OS X 10.0.2, I am not able to log onto
  27. : the remote computer. I get a connection and a login prompt, but
  28. : nothing I type seems to reach the remote computer.
  29. Did you try recompiling Kermit?
  30.  
  31. : The only change I made in the configuration was to change the modem
  32. : from /dev/ttyd.modem to /dev/tty.modem since Apple changed the name
  33. : of the device. I also tried /dev/cu.modem with the same result.
  34. : Any ideas on what else I might try?
  35. The only access I have to Mac OS X is by Telnet to a machine far away.
  36. I have no access to the serial ports or modems, so I have no way of
  37. testing or debugging.
  38.  
  39. If recompiling the source code doesn't help, then I can only speculate
  40. that (a) the serial-port APIs have changed out from underneath Kermit,
  41. or (b) you didn't go through all the steps necessary for configuring
  42. and enabling your serial-port/modem device.  Unfortunately, I have no
  43. idea what those might be.
  44.  
  45. : The precise configuration I am using is:
  46. : set modem hayes-high-speed
  47. : set modem speaker on
  48. : set line /dev/tty.modem
  49. : set flow none
  50. :
  51. Why none?  Why not "rts/cts"?
  52.  
  53. : set prefixing all
  54. : set baud 230400
  55. :
  56. You might want to try a more conventional speed like 38400 or 57600
  57. before concluding it doesn't work.  Especially with "set flow none"!
  58.  
  59. - Frank